projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
216794a
)
Remove debug junk.
author
robertl
<robertl>
Sat, 2 Sep 2006 21:15:00 +0000
(21:15 +0000)
committer
robertl
<robertl>
Sat, 2 Sep 2006 21:15:00 +0000
(21:15 +0000)
magproto.c
patch
|
blob
|
history
diff --git
a/magproto.c
b/magproto.c
index cee523c5bc4d6e305857e612461230146e2b8be2..ce71e3ba15959fdb08c855fcbe3a8d336f07fa9e 100644
(file)
--- a/
magproto.c
+++ b/
magproto.c
@@
-530,7
+530,6
@@
static int
terminit(const char *portname, int create_ok)
{
if (gbser_is_serial(portname)) {
-fprintf(stderr, "ser is Is serial\n");
if (serial_handle = gbser_init(portname), NULL != serial_handle) {
int rc;
if (rc = gbser_set_port(serial_handle, bitrate, 8, 0, 1), gbser_OK != rc) {